e30896b717ef513cdc9991706d24842e19128984,src/main/java/com/github/axet/vget/VGet.java,VGet,extract,#AtomicBoolean#Runnable#,246

Before Change


                        throw e;
                    }
                }
                retry(stop, notify, e);
            } catch (DownloadIOCodeError e) {
                if (retry(e))
                    retry(stop, notify, e);

After Change


            } catch (DownloadMultipartError e) {
                checkFileNotFound(e);
                checkRetry(e);
                retry(stop, notify, e);
            } catch (DownloadIOCodeError e) {
                if (retry(e))
                    retry(stop, notify, e);